Skip to content

Conversation

@aaron-steinfeld
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Jul 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.55%. Comparing base (6b45742) to head (c350d3f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #226   +/-   ##
=========================================
  Coverage     78.55%   78.55%           
  Complexity     1069     1069           
=========================================
  Files           206      206           
  Lines          5228     5228           
  Branches        449      449           
=========================================
  Hits           4107     4107           
  Misses          813      813           
  Partials        308      308           
Flag Coverage Δ
integration 78.55% <ø> (ø)
unit 55.83% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions
Copy link

Test Results

 40 files  ±0   40 suites  ±0   33s ⏱️ -1s
247 tests ±0  247 ✅ ±0  0 💤 ±0  0 ❌ ±0 
503 runs  ±0  503 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit c350d3f. ± Comparison against base commit 6b45742.

@aaron-steinfeld aaron-steinfeld marked this pull request as ready for review July 15, 2025 16:38
id("org.hypertrace.ci-utils-plugin") version "0.4.0"
id("org.hypertrace.publish-plugin") version "1.1.1" apply false
id("org.hypertrace.code-style-plugin") version "2.1.2" apply false
id("org.hypertrace.java-convention") version "0.4.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our java convention plugin decouples the build from the current java version. By default, it uses java 21 to compile but targets compatibility with 11. The current issue is that it's using whatever version was used to run gradle, and CI's default version was updated to 17 by GH.


testImplementation(libs.org.junit.jupiter.junit.jupiter)
testImplementation(libs.org.mockito.mockito.core)
testImplementation(libs.org.mockito.mockito.inline)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Newer versions of mockito have this built in. The old version was not compatible with newer java.

@aaron-steinfeld aaron-steinfeld merged commit e869f86 into main Jul 15, 2025
7 checks passed
@aaron-steinfeld aaron-steinfeld deleted the fix-java-compatibility branch July 15, 2025 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants